3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
None 0x00000000
IsInline 0x00000001
DoNotDraw 0x00000002
NoBoundingBox 0x00000004
NoBoundingSphere 0x00000008
DoNotPick 0x00000010
A display group state object is used to specify a set of flags that determines how its parent display group is to be traversed during rendering or picking and whether a bounding box or bounding sphere is to be used during rendering. If a display group does not have a display group state object as a child object, that group's state flags should be set to the default state specified below.
In a text file, a display group state object should be placed together with a group object in the begin group object that immediately precedes that group.
Previous | QD3D Book | Overview | Chapter Contents | Next |